vendor/golang.org/x/text/secure/bidirule.Transformer.state (field)
15 uses
vendor/golang.org/x/text/secure/bidirule (current package)
bidirule.go#L194: state ruleState
bidirule.go#L227: if t.state == ruleInvalid && t.isRTL() {
bidirule.go#L280: t.state = ruleInvalid
bidirule.go#L283: switch tr := transitions[t.state]; {
bidirule.go#L285: t.state = tr[0].next
bidirule.go#L287: t.state = tr[1].next
bidirule.go#L289: t.state = ruleInvalid
bidirule.go#L319: t.state = ruleInvalid
bidirule.go#L322: switch tr := transitions[t.state]; {
bidirule.go#L324: t.state = tr[0].next
bidirule.go#L326: t.state = tr[1].next
bidirule.go#L328: t.state = ruleInvalid
bidirule10.0.0.go#L11: return t.state == ruleLTRFinal || t.state == ruleRTLFinal || t.state == ruleInitial
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |